home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
y2k_tetr.swf
/
scripts
/
DefineButton2_203
/
BUTTONCONDACTION on(keyPress p).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
267 b
|
16 lines
on(keyPress "p"){
if(pause == "1")
{
setProperty("pause1", _visible, "0");
busy = "0";
pause = "0";
gotoAndPlay(9);
}
else
{
setProperty("pause1", _visible, "1");
busy = "1";
pause = "1";
}
}